Get Length of String in Byte
Command Prototype
iRet = LenB(sText)
Command Description
Get the length of a string in byte (the length of actually occupied space)
Parameter Description
- Required Parameter
- sText--The string to operate
- return
- iRet--The variable used to save the output of the function call